home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TGRAF1FORM / TGRAF1FORM.txt
Encoding:
Text File  |  2004-01-13  |  1.7 KB  |  86 lines

  1. object Graf1Form: TGraf1Form
  2.   Left = 302
  3.   Top = 231
  4.   HelpContext = 33
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'K∩┐╜ivky v kart∩┐╜zsk∩┐╜ sou∩┐╜adn∩┐╜ soustav∩┐╜'
  8.   ClientHeight = 179
  9.   ClientWidth = 312
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 153
  27.     Width = 14
  28.     Height = 13
  29.     Caption = 'y ='
  30.   end
  31.   object RovniceLabel: TLabel
  32.     Left = 8
  33.     Top = 133
  34.     Width = 207
  35.     Height = 13
  36.     Caption = 'Rovnice v ortonorm∩┐╜ln∩┐╜ sou∩┐╜adn∩┐╜ soustav∩┐╜:'
  37.   end
  38.   object KrivkaListBoxIP: TListBox
  39.     Left = 8
  40.     Top = 8
  41.     Width = 217
  42.     Height = 121
  43.     ItemHeight = 13
  44.     TabOrder = 0
  45.     OnClick = KrivkaListBoxIPClick
  46.   end
  47.   object OkButton: TButton
  48.     Left = 238
  49.     Top = 49
  50.     Width = 67
  51.     Height = 25
  52.     Caption = '&OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.     OnClick = OkButtonClick
  57.   end
  58.   object ZrusitButton: TButton
  59.     Left = 238
  60.     Top = 83
  61.     Width = 67
  62.     Height = 25
  63.     Caption = '&Zru∩┐╜it'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67.   object yST: TStaticText
  68.     Left = 28
  69.     Top = 152
  70.     Width = 277
  71.     Height = 17
  72.     AutoSize = False
  73.     BorderStyle = sbsSunken
  74.     TabOrder = 3
  75.   end
  76.   object KrivkaListBoxNR: TListBox
  77.     Left = 8
  78.     Top = 8
  79.     Width = 217
  80.     Height = 121
  81.     ItemHeight = 13
  82.     TabOrder = 4
  83.     OnClick = KrivkaListBoxNRClick
  84.   end
  85. end
  86.